move the code of the deprecated gtk_window_set_policy() to a new private
authorMichael Natterer <mitch@imendio.com>
Mon, 4 Aug 2008 13:52:56 +0000 (13:52 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 4 Aug 2008 13:52:56 +0000 (13:52 +0000)
commitd132b616e2c7b5ad8699b85c845b42cdc496707a
treeefefd51aeea33bbfbf9af2758bb2ec2a4a829344
parent888c3a72b5f7d21cab3d5b14980e9f5b4d12f2f2
move the code of the deprecated gtk_window_set_policy() to a new private

2008-08-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkwindow.c: move the code of the deprecated
gtk_window_set_policy() to a new private function
gtk_window_set_policy_internal() and call it from
gtk_window_set_policy().

(gtk_window_set_resizable): use the new internal function in order
to avoid our own deprecated public API.

svn path=/trunk/; revision=20965
ChangeLog
gtk/gtkwindow.c